home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_pcdp / ada / alsys.cmd < prev    next >
OS/2 REXX Batch file  |  1996-01-30  |  1KB  |  86 lines

  1. default(library=>adalib)
  2. default.bind(timer=>fast,slice=>10,output=>none)
  3.  
  4. compile(incr.ada)
  5. compile(first.ada)
  6. compile(second.ada)
  7. compile(third.ada)
  8. compile(fourth.ada)
  9. compile(dekker.ada)
  10. compile(peter.ada)
  11. compile(bakery.ada)
  12.  
  13. compile(hard.ada)
  14. compile(mets.ada)
  15. compile(meex.ada)
  16.  
  17. compile(sem.ada)
  18. compile(mesem.ada)
  19. compile(pcs.ada)
  20. compile(pcbs.ada)
  21. compile(pccs.ada)
  22.  
  23. compile(mon.ada)
  24. compile(pcmon.ada)
  25. compile(pcm.ada)
  26. compile(rwmon.ada)
  27. compile(rw.ada)
  28.  
  29. compile(phil1.ada)
  30. compile(phila.ada)
  31. compile(phmon.ada)
  32. compile(philm.ada)
  33. compile(philr.ada)
  34.  
  35. compile(buffer.ada)
  36. compile(pca.ada)
  37.  
  38. compile(matrixo.ada)
  39. compile(taskso.ada)
  40.  
  41. compile(defs.ada)
  42. compile(defsbody.ada)
  43. compile(tup.ada)
  44. compile(tupbody.ada)
  45. compile(matrixl.ada)
  46. compile(tasksl.ada)
  47. compile(workers.ada)
  48.  
  49. compile(ra.ada)
  50. compile(ds.ada)
  51. compile(tm.ada)
  52. compile(snap.ada)
  53.  
  54.  
  55. bind(incr)
  56. bind(first)
  57. bind(second)
  58. bind(third)
  59. bind(fourth)
  60. bind(dekker)
  61. bind(peter)
  62. bind(bakery)
  63.  
  64. bind(mets)
  65. bind(meex)
  66. bind(mesem)
  67. bind(pcs)
  68. bind(pcbs)
  69. bind(pccs)
  70.  
  71. bind(pcm)
  72. bind(rw)
  73. bind(phil1)
  74. bind(phila)
  75. bind(philr)
  76. bind(philm)
  77.  
  78. bind(pca)
  79. bind(matrixo)
  80. bind(matrixl)
  81.  
  82. bind(ra)
  83. bind(ds)
  84. bind(tm)
  85. bind(snap)
  86.